CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - number detect

搜索资源列表

  1. cuda-memcheck-handbook-4.0cn

    0下载:
  2. CUDA调试工具cuda-gdb,包含一个可以在CUDA中检测和调试内存错误的内存检查特性。该文档描述了这个名为cuda-memcheck的工具与它的功能。 NVIDIA用它强大的cuda-gdb硬件调试器简化了CUDA程序错误的调试。然而,每个程序员总会遇到难以检测到的内存相关错误,并花大量时间去调试。当处理上千条线程时,内存相关的错误的数量会明显增加。cuda-memcheck就是设计用来检测你的CUDA程序中这种内存存取错误的工具。-CUDA debugging tool cud
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:476739
    • 提供者:sogo
  1. E820.zip

    0下载:
  2. E820 Address Map描述(用C与Assembly混编) OS必须知道系统物理内存的数量,才能够有效的使用和管理这些物理内存。所以在booting阶段,我们必须通过某种手段来检测和获取物理内存的总量。因此我们利用BIOS中断获取内存容量,常用的是INT 15h, AX=E820h - Query System Address Map的中断方法 ,E820 Address Map describe (using C and Assembly mixed) OS system must
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:6942
    • 提供者:胡太运
  1. Networkctl

    0下载:
  2. VB实时监测局域网计算机连通状态,图形化界面,窗体设计的还挺酷。运行程序后,它将自动检测局域网内的计算机数量,是否可以连通,并用图形符号表示出来,并给出对应的IP地址。 -VB LAN computer connected state real-time monitoring, graphical interface, the form design kinda cool. After running the program, it will automatically detect the
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:14806
    • 提供者:zys
  1. IntegerSort

    0下载:
  2. 设计一个由自动测试排序算法性能(比较次数compare_count、交换次数exchange_count、探测次数probe_count)的测试类和排序类构成的类体系。 注:用一个类来描述一个排序算法,类中的sort方法通过调用比较、交换方法来实现数组排序。排序类放入一个特定的包MySort中。-Design a sorting algorithm by automatic test performance (compare the number of compare_count, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:8186
    • 提供者:jay
  1. temperature

    1下载:
  2. 此设计以单片机STC89C51为核心,由声音传感器采集脉搏信号,经过LM324前置放大电路、滤波电路和比较电路后得到与脉搏相关的脉冲信号,将该脉冲信号作为定时/计数器T1中断信号交由单片机进行脉冲周期的计算,T0做定时器。然后得出每分钟的脉搏搏动次数(即心率),并将结果1602LCD上显示心率。在对人体脉搏检测时,具有检错排错的功能。若出现误操作(如不小心移动时产生的噪声)造成检测到的心跳次数不正确的结果,所以在程序中检测时间到达第5秒时,先对其进行计算,若结果超出正常范围则自动返回重新检测,直
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2014-04-21
    • 文件大小:1298
    • 提供者:郑雄
  1. stockfish国象的代码

    1下载:
  2. stockfish国象的代码,,注释很好。功能很强。-Stockfish is a free UCI chess engine derived from Glaurung 2.1. It is not a complete chess program, but requires some UCI compatible GUI (like XBoard with PolyGlot, eboard, Jose, Arena, Sigma Chess, Shredder, Chess
  3. 所属分类:其他智力游戏

    • 发布日期:2012-10-17
    • 文件大小:920093
    • 提供者:pengrubin
  1. IntegaldigitalAD

    0下载:
  2. 双积分数字AD,可以检测10mv到2V的信号,而不要专用的AD芯片。-Double-integrating the number of AD, can detect 10mv to 2V signal, rather than a dedicated chip AD.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:43984
    • 提供者:zhangqiang
  1. analyzeSQL

    0下载:
  2. 分析大型系统源代码中包含的SQL语句,解析这些SQL语句访问的数据表和条件表达式,连接数据库,探测对应的数据表包含的记录个数和参与条件过滤的字段的有效值个数,为数据表构建索引策略提供,并自动生成索引创建脚本。目前支持的开发语言有Java、C++、Delphi、Oracle(存储过程、触发器)。-Analysis of large system source code is included in SQL statements, explains these SQL statements to a
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:52773
    • 提供者:wangyunxiao
  1. ImgPro

    1下载:
  2. 数字图像处理,用于检测公交车人头检测,统计车内人数,是公交系统统计乘客的方法。适合于图像处理的研究者。-Digital image processing, used to detect the bus head testing, the number of statistical interior is passenger transportation system statistical approach. Suitable for image processing researchers.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:4611582
    • 提供者:黄许
  1. sequence_inspector

    0下载:
  2. 序列检测器可用于检测一组或多组二进制码组成的脉冲序列信号,这在数字通信领域中有广泛的应用。当序列检测器连续收到一组二进制码后,如果这组码与检测器中预先设置的码相同,则输出1,否则输出0。由于这种检测的关键在于正确码的收到必须是连续的,这就要求检测器必须记住前一次的正确码及正确序列,直到连续的检测中收到每一位都与预置数的对应码相同。在检测过程中,任何一位不相等都将回到初始状态重新开始检测。并附有测试程序-Sequence detector can be used to detect one or
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:1026
    • 提供者:zhaohongliang
  1. mulitpleproject

    0下载:
  2. 1. helps to convert decimal to binary number. 2. detect primary number. 3. simple quiz code-1. Helps to convert decimal to binary number.2. Detect primary number.3. Simple quiz code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1628
    • 提供者:lordy dolly
  1. check

    0下载:
  2. 检验数字类型,日期的小程序,可以用来在网页中检测FORM表中的一些数据类型-The number of types of testing, date of small programs that can be used to detect the page FORM table some of the data types
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1423
    • 提供者:sjh
  1. z

    0下载:
  2. 一些简单的汇编程序,功能用于检测输入的一个字符串中是否含有数字-Compilation of some simple procedures, functions used to detect the importation of a string whether it contains any number of
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1440
    • 提供者:穷鬼
  1. xibao

    0下载:
  2. 细胞识别统计系统,可以检测细胞数目,识别细胞,实现图形分割,识别出坏死细胞等。-Cells to identify a statistical system can detect the number of cells to identify cells, the realization of graphics segmentation, identification of necrotic cells.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:778165
    • 提供者:王风
  1. ftp

    0下载:
  2. 对大型企业和大型单位而言,其C/S结构下的终端机数量众多,因此,人工软件升级将是一件头痛的事情。采用自动升级模块,将极大的提高软件系统的效率。本模块的功能是,将本地最新软件模块上传到服务器上,以客户机自动检测并下载,实现客户端程序的自动更新。-For large enterprises and large-scale units, its C/S structure of the large number of terminals, therefore, artificial software
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-25
    • 文件大小:288595
    • 提供者:yanghui
  1. MyDetective

    0下载:
  2. 日写程序,倍感无聊,想知道到底我按了多少次键,想看看键盘和鼠标被我“折磨”了多少次。嘿嘿。 为了满足自己的好奇心,所以有了一个写一下小程序的想法。 MyDetective是一个侦测你的按键次数的一个有趣的小工具,包括鼠标左右按键和键盘上的每一个键。 想想在你写文章的时候或者写程序的时候,还可以统计出你按了多少次键,是不是很有趣呢? -Japanese writing process, the more boring, in the end would l
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:76654
    • 提供者:sfs
  1. kirsch

    0下载:
  2. Krish 算子是基于特定方向的微分来检测边缘。它先辨认像素为可能的边缘元素,再给它赋予预先定义的若干个方向之一-Krish operator based on the specific direction to detect the edge of the differential. It first to identify the edge pixels for a possible element,then it gives a number of pre-defined directi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:350948
    • 提供者:蓝水晶
  1. get_network_pro

    0下载:
  2. 偵測電腦上的網卡資訊,包含網卡的數量,ip,mac,dns 等等的資訊-To detect the network card on computer information, including card number, ip, mac, dns and so on Information
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:17972
    • 提供者:紀無風
  1. 自适应加权中值滤波算法

    1下载:
  2. 提出了一种基于相似度函数的自适应加权中值滤波算法。该方法首先通过噪声检测确定图像中的噪声点,然后 根据窗口内噪声点的个数自适应地调整滤波窗口的尺寸,并根据相似度大小,巧妙地将滤波窗口内各个像素点自适应分 组并赋予相应的权重,最后对检测出的噪声点进行加权中值滤波。计算机模拟实验结果表明:该算法既能有效地滤除噪 声,又能较好地保护图像细节,比标准中值滤波具有更优良的滤波性能。-A similarity function based on adaptive weighted medi
  3. 所属分类:技术管理

    • 发布日期:2013-09-05
    • 文件大小:422141
    • 提供者:陈卿
  1. AllSeeingEye

    0下载:
  2. 简单的设置一下POP3邮件服务器的设置,就可以自动为您检测你的邮件帐号中电子邮件的数目和大小,并模仿MSN风格的弹出信息提示框,可以自动检查您的邮箱中是否有新邮件。-Simple POP3 mail server settings click settings, you can automatically detect your e-mail your account number and the size of e-mail and MSN-style pop-up to imitate me
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:39703
    • 提供者:762
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com